The following is an example of how to reference the ObjectDescriptorConstants object:
// The full path is required. dundas.controls.ObjectDescriptorConstants.CollectionPropertyChangedEvent
| Name | Description | |
|---|---|---|
| CollectionPropertyChangedEvent | The name of an event triggered when the collection is changed for a collection property, including adding, removing or moving an item. Handlers are passed a jQuery.Event object including the properties propertyDescriptor (PropertyDescriptor), oldValue, newValue, oldItems (Array), oldStartingIndex (Integer), newItems (Array), newStartingIndex (Integer), oldValue, newValue, action (dundas.CollectionChangedAction), and eventData (an object with properties changedPropertyId and beforeState). | |
| ContentSaveEvent | The name of an event triggered when a property contains a dundas.view object that has been changed that must be saved as part of the view, but the object represented by the object descriptor is not affected. Handlers are passed a jQuery.Event object including the properties propertyDescriptor (PropertyDescriptor), object (Object), oldValue (Object), and newValue (Object). | |
| PropertyChangedEvent | The name of an event triggered when a property is changed. Handlers are passed a jQuery.Event object including the properties propertyDescriptor (PropertyDescriptor), objectDescriptor (ObjectDescriptor), oldValue, newValue, and eventData (an object with properties changedPropertyId and beforeState). | |
| PropertyChangeSnapshotRecorded | The name of an event triggered when a property was changed. Handlers are passed a jQuery.Event object including the properties propertyDescriptor (PropertyDescriptor), oldValue, and eventData (an object with properties changedPropertyId and beforeState). | |
| PropertyChangeStartEvent | The name of an event triggered when a property is about to be changed. Handlers are passed a jQuery.Event object including the properties propertyDescriptor (PropertyDescriptor), objectDescriptor (ObjectDescriptor), and eventData (an object with properties changedPropertyId and beforeState). |